home *** CD-ROM | disk | FTP | other *** search
/ CD School House 9 / CD School House 9.0 - Wayzata Technology (1994).iso / mac / TWWIN / NO_NAME < prev    next >
Text File  |  1991-12-08  |  9KB  |  192 lines

  1.         ╔═══════════════════════════════════════════╗
  2.         ║  Don't Panic - use Alt Spacebar for menu  ║
  3.         ║           - use Alt X (exit) to  exit  ║
  4.         ║           - use F1 for help        ║
  5.         ╚═══════════════════════════════════════════╝
  6.  
  7.               Why Buy pE - The "perfect" Editor
  8.  
  9.     This file came up in pE because its name is NO_NAME.  If
  10.     you want, save it to a different name (Alt_S) and delete
  11.     NO_NAME.  But read it first!
  12.  
  13.     OK, you've gotten a copy of pE, now, how are you going to
  14.     evaluate it?  There are a skillion editors out there.  Why
  15.     should you try one more?  And why this one?  And why should
  16.     you send Just Excellent Software the registration fee?
  17.  
  18.     Well, for starters, as far as I know, this is the only
  19.     editor that allows you to edit files in true windows that
  20.     can be sized, moved, zoomed, colored, and cut and pasted
  21.     between effortlessly, logically and bug freely.  ^F9 sizes,
  22.     ^F10 moves.  With a mouse, grab the lower right corner to
  23.     size, or the top border to move.
  24.  
  25.     So What? - you ask.
  26.  
  27.     Have you ever wanted to keep a reference file on the screen
  28.     that maybe had data that was only a few columns wide?  With
  29.     pE, you can not only have it occupy that part of the screen
  30.     you want, but when you want to you can go grab whatever part
  31.     you want and stick it in the file you're working on.
  32.  
  33.     Have you ever wanted to see the function referenced in an
  34.     include statement?  Alt_I goes and gets the Include file and
  35.     puts it into a new window to edit or view.
  36.  
  37.     Then there's the file chooser.    Don't you just love having
  38.     a program ask you to "Enter Filename:" and you've forgotten
  39.     how to spell the name or even worse what directory it was
  40.     in?  With pE, Alt_O (open), Alt_E (edit), Alt_M (merge),
  41.     Alt_V (view), all present the file chooser.  With the file
  42.     chooser you can navigate all over your disk with a few key
  43.     strokes.  Pressing the first letter of your filename moves
  44.     the highlight bar to the first file in the current
  45.     directory starting with that letter.  Selecting the file
  46.     becomes a matter of pressing Enter ─┘.  By the way, see
  47.     the symbol for Enter?  That's done by literally entering a
  48.     ^Q followed by putting pE into graphics mode, and selecting
  49.     a horizontal bar followed by the lower right corner
  50.     (single) graphic.  Much easier to do than say.
  51.  
  52.     While we're on the subject of graphics,  IBM in its infinite
  53.     wisdom, bequeathed upon the PC a character set that allows
  54.     for continuous lines that form several different box
  55.     styles.  Do you really want to write a macro to draw a box?
  56.     If you do, this isn't the editor for you!  Try this,
  57.     instead.  Alt_B (mark a Block, rectangular), followed by
  58.     cursor right several times, followed by cursor down several
  59.     times, followed by Alt_1.  Surprised?  Now put the cursor
  60.     on the left edge of the box.  Press Alt_1.  Lookee there!
  61.     Try the cursor on the top bar of the box, followed by an
  62.     Alt_2.    If you've followed what's written you should have a
  63.     box with two intersecting lines through it.
  64.  
  65.                    ┌──────╥───────┐
  66.                    │      ║       │
  67.                    ├──────╫───────┤
  68.                    │      ║       │
  69.                    │      ║       │
  70.                    └──────╨───────┘
  71.  
  72.     But wait a minute.  Suppose the box isn't where you want it.
  73.     Mark it starting at the upper left corner with Alt_B.  Press
  74.     End to mark all the way to the upper right corner, then down
  75.     arrow to the bottom row of the box.  Press F7 (shift text)
  76.     and then watch the box float around the screen as you cursor
  77.     left, right, up, or down.  When you got it where you want
  78.     it, press the grey + key on the numeric keypad.  Try that
  79.     with whatever editor you're using!  With a mouse, you can
  80.     mark by clicking the right button and dragging.  Letting go
  81.     of the button ends the mark.  Clicking the left button on
  82.     the upper left corner and dragging moves the marked area
  83.     around on the screen.
  84.  
  85.     So now you're saying well that's fine but I need something
  86.     to write programs with.  That means you want regular
  87.     expressions, find and replace (forward or backward), brace
  88.     (or parend) matching and the ability to mark a spot and
  89.     return to it.  Of course pE does all those things, and a
  90.     hundred more.
  91.  
  92.     When you shell to DOS, pE's swaps all but 2K of itself out
  93.     to EMS, XMS, or a disk file.  This frees up memory to run
  94.     compilers, other programs, or even another copy of pE.    Type
  95.     exit and you're back where you started.  Of course you may
  96.     want to see what you did during that DOS shell.  Press F11
  97.     (or choose DOS window from the Window menu) and a window is
  98.     opened with your last DOS screen.  The text can be edited,
  99.     saved, or the window can be just sized and used to review
  100.     its contents.
  101.  
  102.     The calculator, one program of several additional programs
  103.     which come with registration, is gotten to by ^c.  It does
  104.     multi-base arithmetic, if you're into that.  It also does
  105.     date arithmetic.  Ever wonder how old you were in days?  The
  106.     result is available by pressing Alt = in pE.
  107.  
  108.     So how about documenting my program.  When I'm writing docs,
  109.     I want word wrap and formatting capabilities.  And boy would
  110.     it be nice to have my program in one window and the doc file
  111.     in another!  That way, the documentation may even be
  112.     accurate!  And what I don't want is to have to learn 400
  113.     word processing commands.  Well, the file you're reading
  114.     was typed with the line length set to 68.  That's it,
  115.     brother.  Automatic word wrap at the right margin, and
  116.     follow the left margin above.  Intelligent, Huh?  Now if
  117.     you want to get fancy ^F6 (or F12) will turn automatic
  118.     formatting on so as you delete or insert, paragraphs will
  119.     be formatted according to the style you set up in
  120.     "Paragraph Format" under Options in the pull down menus.
  121.     You can choose from Left justify, Center or Right justify.
  122.     You can even choose to have the first line of a paragraph
  123.     indented, or not.  And the best part of all this, is with
  124.     this one paragraph, you probably have learned as much as
  125.     you need to, to format paragraphs.  The user's guide goes
  126.     into much more depth, of course.
  127.  
  128.     Alt_P (print) invokes the print processor.  You can just
  129.     print whatever is in pE's active window with an ENTER on
  130.     "Begin Printing", or you can adjust margins, and turn
  131.     headers and footers on, or off, or even print to a file on
  132.     disk, so you can preview how it will look on paper, before
  133.     you waste a tree.  The registered version of pE comes with
  134.     the print processor as an independent program, so you can
  135.     print and format files without having to read them into pE.
  136.  
  137.     The registered version also comes with a little program
  138.     called pk.exe which reads the key.txt file and creates
  139.     key.ped.  Meaning you can make any key (almost) do any
  140.     function.  So if you insist on using the world famous
  141.     Wordstar keystrokes to move the cursor around, have at it.
  142.  
  143.     Speaking of Options, and pull down menus, have you tried
  144.     colors yet?  Its lots of fun.  The pull down menus are
  145.     accessed by holding the Alt key down and pressing the space
  146.     bar.  The top line of your screen will light up with the menu
  147.     bar.  Clicking the right mouse button when the mouse is
  148.     pointing at the top line of the screen will also cause the
  149.     menu bar to appear.  Pressing the highlighted letter followed
  150.     by Enter moves you to the menu of choice.  Note the item
  151.     labeled Help.  There are about 60 or 70 (lost count) of help
  152.     screens.  You can get to the help menu with F1.  If you don't
  153.     like borders, turn them off.  The mouse can still be used to
  154.     scroll and size and mark.
  155.  
  156.     When you save options (^F2) pE's environment at that moment
  157.     is written to a file named ENV.PED in the current directory.
  158.     For options you want to use most everywhere, you should be
  159.     in the \pe directory when you save options.  This is
  160.     because pE first looks in the current directory for ENV.PED
  161.     and, not finding it, then looks in its "home" directory.
  162.     That is, where pe.exe was loaded from.    This makes it nice
  163.     if you want to have different environments (for different
  164.     purposes) in different directories.
  165.  
  166.     Well if you're still with me at this point, thank you for
  167.     your patience.    pE is 22,000 (more or less) lines of 'c'
  168.     code and about 4000 lines of assembler.  There are 523
  169.     functions at last count.  Your registration will enable me
  170.     to continue development of pE and other products which are
  171.     in the works.  If pE can be made to do what you want it to
  172.     do that it doesn't already do, why don't you drop me a
  173.     line.  I welcome suggestions, whether or not you buy from
  174.     me.  (I welcome them more if they're accompanied by a
  175.     check, however).  Please note that the trial period is 30
  176.     days...
  177.  
  178.             John Salidis
  179.             Just Excellent Software, Inc.
  180.  
  181.         ┌─────────┐
  182.       ┌─────┴───┐      │          (R)
  183.     ──│        │o      │──────────────────
  184.       │   ┌─────┴╨──┐ │  Association of
  185.       │   │     │─┘  Shareware
  186.       └───│    o    │    Professionals
  187.     ──────│    ║    │────────────────────
  188.           └────╨────┘    MEMBER
  189.  
  190.     To read "order.frm" place the cursor on this line - and press
  191.     Alt I. - Go ahead, try it!  F2 will get you back.
  192.